home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cocktail / cg.lha / cg / README
Text File  |  1992-11-24  |  1KB  |  45 lines

  1. *************************************************************************
  2. *                                    *
  3. *  Cg = Ast + Ag + ...                            *
  4. *                                    *
  5. *  Generator for Abstract Syntax Trees    Ast                *
  6. *  Generator for Attribute Evaluators    Ag                *
  7. *  Generator for Scanner Specifications    ...                *
  8. *  ----------------------------------------                *
  9. *  Common Grammar Tool            Cg                *
  10. *                                    *
  11. *  Copyright (c) 1989 by                        *
  12. *                                    *
  13. *  Gesellschaft fuer Mathematik und Datenverarbeitung            *
  14. *  (German National Research Center for Computer Science)        *
  15. *  Forschungsstelle fuer Programmstrukturen                *
  16. *  an der Universitaet Karlsruhe                    *
  17. *                                    *
  18. *  All rights reserved.    GMD assumes no responsibility for the use    *
  19. *  or reliability of its software.                    *
  20. *                                     *
  21. *************************************************************************
  22.  
  23. Direct comments, questions, and error reports to:
  24.  
  25.     Josef Grosch
  26.     GMD Forschungsstelle
  27.     Vincenz-Priessnitz-Str. 1
  28.     D-7500 Karlsruhe 1
  29.  
  30.     Phone: 0721-662226
  31.     Email: grosch@karslruhe.gmd.de
  32.  
  33.  
  34. The directories and their contents are as follows:
  35.  
  36. directory    contents
  37. --------------------------------------------------
  38. README        this file
  39. src        source files in Modula-2
  40. m2c        source files in C
  41. hag-c        example of a higher order attribute grammar in C
  42. hag-m        example of a higher order attribute grammar in Modula-2
  43. test-c        test for Ast in C
  44. test-m        test for Ast in Modula-2
  45.